Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / clients / {id} / service-account-user

Returns user dedicated to this service account

Path parameters:
realm - realm name (not id!)
id - id of client (not client-id)

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/clients/{id}/service-account-userReturns user dedicated to this service account

Method Detail

GET /admin/realms/{realm}/clients/{id}/service-account-user

Returns user dedicated to this service account

HTTP Example:
GET /admin/realms/{realm}/clients/{id}/service-account-user
API Example:

ClientResource.getServiceAccountUser({'realm': /* name realm name (not id!) */,
  'id': /* id id of client (not client-id) */});

Output:
UserRepresentation -
Produces:
application/json

Keycloak REST Services 1.5.0-Final